home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / news / thor / hd-install / thor25_main.readme < prev    next >
Text File  |  1998-05-24  |  7KB  |  153 lines

  1. Short:    Offline mail/news/... reader, main archive (required)
  2. Author:   Ultima Thule Software (thor@hstud6.cs.uit.no)
  3. Uploader: Petter Nilsen (pettern@icenet.no)
  4. Type:     comm/thor
  5.  
  6. 970827
  7.  
  8.                                - THOR -
  9.                                    
  10.                               Release 2.5
  11.  
  12.             Copyright (C) 1993-1997 Ultima Thule Software,
  13.                          All Rights Reserved.
  14.  
  15. THOR  2.5  is an advanced multi-format offline reader, supporting the
  16. QWK,  Fido,  UUCP,  SOUP,  Bluewave, Omen, ABBS, MBBS and Hippo (BBBS)
  17. message  formats.  It will also handle TCP-connections with NNTP, SMTP
  18. and POP3, with extensive MIME support.
  19.  
  20. Changes from 2.4 to 2.5 pre-release 1:
  21. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. THOR:
  23. - Will optionally detect and provide actions for http:, ftp:, news:
  24.   and mailto: links in messages.  Start you browser with a click,
  25.   download a file with a click!
  26.   If a ftp: link is not complete with a filename, a popdown menu will appear
  27.   that lets you select to use an external program on the link. For this to 
  28.   happen, you must have configured a ftp client that will accept ftp: links 
  29.   on the commandline. AmiFTP supports this. (it must be configured, but you
  30.   can still have Internal in the visual config on ftp:).
  31.   On news:, you will have the option to start ConnectTHOR or subscribe
  32.   to the group directly.
  33. - Added popdown menu instead of requesters when clicking on attachment
  34.   icons.
  35. - Added support for external icons for the various filetypes
  36.   in attachments. The icons should reside in "filestypes/" in the THOR
  37.   dir. See included icons for examples. Normal, MagicWB and NewIcons are
  38.   supported. If a filetype icon is a project icon, the default tool will replace 
  39.   Multiview in the popdown menu when clicking on an attachment icon.
  40. - Main THOR program now relies on ClassAct to work.
  41. - Visual Config, Kill windows and pack/purge window are in ClassAct
  42. - Thor will handle Cc: and add the selected addresses at the top of the
  43.   message as Cc: lines.
  44. - Pack/purge window expanded to include a separate tab section that will
  45.   list files attached to messages that were deleted in the purge.  It also
  46.   is 100% ClassAct now.
  47. - TRUE kills implemented, meaning a messages matching this type of kill
  48.   will not be imported into the database.
  49. - MAKESIGNATURE added to the ARexx interface of THOR.
  50. - Double-clicking an entry in the user database will enter a message
  51.   to that person.
  52. - THOR will now make sure attachments can be deleted, even if a
  53.   datatype hold a lock on it, by freeing all inline pictures before
  54.   deletion.
  55. - Multiselection possible in the event window on all but edit.
  56. - The datatype filetype will be in the Type: description
  57.   on attachments.
  58. - The requester whether to delete attachments have "Delete All" and
  59.   "Delete None" options.
  60. - Pre-processes % characters in the FromAddr or ReplyToAddr that could
  61.   cause crashes when replying so this will not happen.
  62. - When getting a list of mail packets in the download dir fails, the systems 
  63.   list will still be shown.
  64. - Removed a few bugs when there is not enough memory to load the passive 
  65.   conferencelist and reduced the memory consumption.
  66. - Text attachments are shown inline automatically.
  67. - Added "Get Current User" to the User database window.
  68. - Fixed crashing bug when using attach without a listfont configured.
  69.  
  70. ConnectTHOR:
  71. - 2 new arguments: BROWSENEWS (for entering the newsbrowser directly), and
  72.   NEWSGROUP used with BROWSENEWS.
  73. - Fixed a CT crash when no stack is running (I hope).
  74. - Added a "flush log" menu item.
  75. - Fixed a memory leak.
  76.  
  77. bbsreadrexx-handler:
  78. - UPDATEBRMESSAGE can now set and clear the read/superunread flags too.
  79.  
  80. bbsread.library:
  81. - Length of paths for UnArchive() and Archive() has been doubled to 500
  82.   characters
  83. - Fixed a possible problem when comparing kills when BRKILL_Private tag
  84.   was used on a kill (missing break in a switch statement).
  85. - Forwarded messages will not be purged on pack/purge before the event
  86.   has been executed and the events purged. MDF_REFERENCED is the private
  87.   flag added to messages that should not be purged.
  88. - API change allows for creating a list of file attachments at pack/purge time,
  89.   so they can be browsed later for copying, deletion etc. New tag 
  90.   PD_AttachmentList to PackDataFile() added for this purpose.
  91. - Fixed the long standing problem when packing a filedb with more than 32K
  92.   number of files.  The problem was that the hash key for each file was held in
  93.   in a WORD and no checking was done when this could not fit the key. This has
  94.   been changed to a UWORD (compatible with older filedbs still), and
  95.   only 60K unique hash keys will be generated now.
  96. - WBRK_MarkDeleted can be set on a kill, which will really delete a message
  97.   if it matches a kill. WriteBRMessage() will not write the message to the
  98.   database if a match with this tag is found. NOTE: This introduces a slight
  99.   API change in in what WriteBRMessage() returns. If possible, do not rely on
  100.   this return value if it is anything else but 0, which means failure. -1 is
  101.   returned on messages that are not added to the database due to a kill match
  102.   on the above tag.
  103.  
  104. Changes from 2.5 pre-release 1 to 2.5 final release:
  105. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  106. - added grouping/sorting of messages in Show ALL mode too.  Requires V5 of
  107.   bbsread.library now.
  108. - Added a description field for kills, so the user can add a comment to each
  109.   kill/emphasize.
  110. - When writing an event, the data about the event will be shown in the info bar
  111.   at the bottom of the main window.
  112. - Visual Config adds an option to show pictures automatically inline or with the
  113.   external viewer.
  114. - Somewhere in the past, I added new formatting codes for the reply/forward
  115.   string, but forgot to document them. Here they are:
  116.   %F      -   Sender first name
  117.   %L      -   Sender last name
  118. - Option for always encoding mail as quoted-printable added to 
  119.   system->import/export settings.
  120. - Added support for APOP authentication on POP3 mail collection.
  121. - Sortmail trigger processing done on import now, with a very flexible
  122.   command set. CfgSortmail.thor still needs to be run to set triggers up.
  123.  
  124. + many bug fixes and improvements
  125.  
  126. To  install  this upgrade, use the UpdateThor installer script.
  127.  
  128. QUESTIONS?
  129. ~~~~~~~~~~
  130. There is a newsgroup for Thor with the name of alt.sys.amiga.thor.  If
  131. the group is not available at your newsserver, ask for it by sending a
  132. mail to your system admin.
  133.  
  134. Mailing Lists:
  135.  
  136. The old THOR mailing list has be resurrected. To subscribe to this list,
  137. send a mail to majordomo@thule.no with "subscribe thor-ml <email address>"
  138. in the body. 
  139.  
  140. There is a mailing list for developers of programs and ARexx scripts
  141. related to THOR. To subscribe to this list, send a mail to 
  142. majordomo@thule.no with "subscribe thor-dev <email address>" in the
  143. body. If you have no interest in making scripts or programs related
  144. to THOR, you do not need to join this mailing list.
  145.  
  146. -- 
  147.     Petter Nilsen
  148.  
  149.     EMail THOR Team: thor@thule.no
  150.     WWW site:        http://www.thule.no/
  151.     EMail:           pettern@thule.no
  152.     IRC:             Mitchman
  153.